h_SPI_nRF_Registers.h

					
/*
 * SPI_nRF_Registers.h
 *
 * Created: 01.05.2022 10:50:23
 *  Author: bohdan
 */ 

#include "SPI_nRF.h"

#ifndef SPI_NRF_REGISTERS_H_
#define SPI_NRF_REGISTERS_H_

#define CONFIG_REG 0x00
#define PWR_UP 1

#define RF_SETUP_REG 0x06
#define CONT_WAVE 7
#define RF_DR_LOW 5
#define PLL_LOCK 4
#define RF_DR_HIGH 3
#define RF_PWR_HIGH 2
#define RF_PWR_LOW 1


#endif /* SPI_NRF_REGISTERS_H_ */